/*index*/
.page-index .header-padding {
    display: none;
}

.page-index .header {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.page-index .header .hd_logo {
    background-position: left bottom;
}

.page-index .header .hd_nav .nav-link {
    color: #fff;
}

.page-index .header .hd_nav .nav_item.current .nav-link:after,
.page-index .header .hd_nav .nav_item:hover .nav-link:after {
    background: #fff;
}

.page-index .header .hd_extra .elink {
    color: #fff;
}

.page-index .header.header_down {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.page-index .header.header_down .hd_logo {
    background-position: left top;
}

.page-index .header.header_down .hd_nav .nav-link {
    color: #333;
}

.page-index .header.header_down .hd_nav .nav-link:hover {
    color: #ed353c;
}

.page-index .header.header_down .hd_nav .nav_item.current .nav-link:after,
.page-index .header.header_down .hd_nav .nav_item:hover .nav-link:after {
    background: #ed353c;
}

.page-index .header.header_down .hd_extra .elink {
    color: #333;
}

.page-index .header.header_down .hd_extra .elink:hover {
    color: #ed353c;
}

.page-index .index-slide {
    height: 700px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.page-index .index-slide .container {
    position: relative;
    height: 800px;
}

.page-index .index-slide .bd {
    position: absolute;
    width: 1920px;
    height: 800px;
    margin-left: -360px;
}

.page-index .index-slide .bd li {
    height: 800px;
}

.page-index .index-slide .bd li a {
    display: block;
    height: 800px;
}

.page-index .index-slide .bd .item-1212 {
    background: url(../images/00-banner-1212.jpg) no-repeat center top;
}

.page-index .index-slide .bd .item-ecjia {
    background: url(../images/00-banner-ecjia.jpg) no-repeat center top;
}

.page-index .index-slide .bd .item-ecjiaapp {
    background: url(../images/00-banner-ecjiaapp.jpg) no-repeat center top;
}

.page-index .index-slide .bd .item-51 {
    background: url(../images/00-banner-51.jpg) no-repeat center top;
}

.page-index .index-slide .bd .item-1 {
    background: url(../images/banner1.jpg) no-repeat center top;
}

.page-index .index-slide .bd .item-2 {
    background: url(../images/banner2.jpg) no-repeat center top;
}

.page-index .index-slide .bd .item-3 {
    background: url(../images/banner3.jpg) no-repeat center top;
}

.page-index .index-slide .bd .item-4 {
    background: url(../images/banner4.jpg) no-repeat center top;
}

.page-index .index-slide .bd .item-5 {
    background: url(../images/banner5.jpg) no-repeat center top;
}

.page-index .index-slide .bd .item-618 {
    background: url(../images/banner6.jpg) no-repeat center top;
}

.page-index .index-slide .bd .item-light {
    background: url(../images/00-banner-light.jpg) no-repeat center top;
}

.page-index .index-slide .hd {
    position: absolute;
    bottom: 180px;
    left: 0;
    right: 0;
    text-align: center;
}

.page-index .index-slide .hd li {
    width: 55px;
    height: 30px;
    display: inline-block;
    margin: 0 8px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-indent: -140px;
}

.page-index .index-slide .hd li:before,
.page-index .index-slide .hd li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}

.page-index .index-slide .hd li:before {
    z-index: 1;
    background: rgba(255, 255, 255, .5);
}

.page-index .index-slide .hd li:after {
    z-index: 2;
    background: #fff;
    width: 0;
}

.page-index .index-slide .hd li.on:after {
    width: 100%;
    transition: width 3s ease-in-out;
}

.page-index .section-1 {
    background: #fff;
    border-radius: 5px;
    height: 131px;
    box-shadow: 0px 6px 70px 1px rgba(0, 0, 0, .1);
    margin-top: -65px;
    margin-bottom: -105px;
    position: relative;
    z-index: 3;
}

.page-index .section-1 .list {
    overflow: hidden;
}

.page-index .section-1 .list li {
    float: left;
    width: 25%;
    padding-top: 35px;
}

.page-index .section-1 .list li a {
    overflow: visible;
    display: block;
}

.page-index .section-1 .list li .img {
    float: left;
    transition: all .2s;
    width: 51px;
    height: 59px;
    margin-left: 40px;
    background: url(../images/01-icon.png) no-repeat;
}

.page-index .section-1 .list li.item-1 .img {
    background-position: left top;
}

.page-index .section-1 .list li.item-2 .img {
    background-position: -60px top;
}

.page-index .section-1 .list li.item-3 .img {
    background-position: -120px top;
}

.page-index .section-1 .list li.item-4 .img {
    background-position: -180px top;
}

.page-index .section-1 .list li.item-1 a:hover .img {
    background-position: left bottom;
}

.page-index .section-1 .list li.item-2 a:hover .img {
    background-position: -60px bottom;
}

.page-index .section-1 .list li.item-3 a:hover .img {
    background-position: -120px bottom;
}

.page-index .section-1 .list li.item-4 a:hover .img {
    background-position: -180px bottom;
}

.page-index .section-1 .list li .text {
    float: left;
    width: 170px;
    margin-left: 20px;
}

.page-index .section-1 .list li h3 {
    font-size: 18px;
    margin-bottom: 7px;
}

.page-index .section-1 .list li p {
    font-size: 14px;
    color: #95989d;
    white-space: nowrap;
}

.page-index .section-2 {
    padding-bottom: 110px;
    background: #F7F9FC;
    padding-top: 200px;
}

.page-index .section-2 .list {
    margin: 0 -11px;
}

.page-index .section-2 .list li {
    float: left;
    width: 385px;
    height: 334px;
    background: #fff;
    text-align: center;
    margin: 0 11px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px rgba(84, 89, 105, 0.06);
}

.page-index .section-2 .list li .l-hd {
    height: 124px;
    background-color: #CA4742;
    color: #fff;
}

.page-index .section-2 .list li.item-1 .l-hd {
    background: url(../images/2f-img1.jpg) no-repeat center top;
}

.page-index .section-2 .list li.item-2 .l-hd {
    background: url(../images/2f-img2.jpg) no-repeat center top;
}

.page-index .section-2 .list li.item-3 .l-hd {
    background: url(../images/2f-img3.jpg) no-repeat center top;
}

.page-index .section-2 .list li .l-hd h3 {
    font-size: 24px;
    font-weight: bold;
    padding: 26px 0 8px;
}

.page-index .section-2 .list li .l-hd p {
    font-size: 18px;
}

.page-index .section-2 .list li .l-bd p {
    font-size: 14px;
    margin: 25px 25px 34px;
    line-height: 26px;
}

.page-index .section-2 .list li .l-bd .btn-wrap .btn-line,
.page-index .section-2 .list li .l-bd .btn-wrap .btn-red {
    border-radius: 0;
    margin: 0 8px;
}

.page-index .section-2 .list li .l-bd .btn-wrap .btn-line {
    border-color: #F84930;
    color: #F84930;
}

.page-index .section-2 .list li .l-bd .btn-wrap .btn-red {
    background: linear-gradient(90deg, rgba(249, 31, 40, 1), rgba(254, 77, 45, 1));
    font-size: 16px;
}

.page-index .section-2 .list li .l-bd .btn-wrap .btn-line:hover {
    background: #fff5f3;
}

.page-index .section-2 .list li .l-bd .btn-wrap .btn-red:hover {
    opacity: .9;
}

.page-index .section-4 {
    background: #F7F9FC;
}

.page-index .section-4 .section-title span {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
    display: block;
}

.page-index .section-4 .list {
    margin: 0 -5px;
}

.page-index .section-4 .list li {
    float: left;
    width: 230px;
    height: 234px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #EEEEEE;
    margin: 0 4px 20px 5px;
    background: #fff;
}

.page-index .section-4 .list li:nth-child(n+6) {
    margin-bottom: 0;
}

.page-index .section-4 .list li .img {
    width: 50px;
    height: 50px;
    margin: 30px auto 25px;
    background: url(../images/4f-icon.png) no-repeat;
    transition: all .3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.page-index .section-4 .list li.item-1 .img {
    background-position: -3px 0;
}

.page-index .section-4 .list li.item-2 .img {
    background-position: -53px 0;
}

.page-index .section-4 .list li.item-3 .img {
    background-position: -100px 0;
}

.page-index .section-4 .list li.item-4 .img {
    background-position: -153px 0;
}

.page-index .section-4 .list li.item-5 .img {
    background-position: -203px 0;
}

.page-index .section-4 .list li.item-6 .img {
    background-position: -253px 0;
}

.page-index .section-4 .list li.item-7 .img {
    background-position: -303px 0;
}

.page-index .section-4 .list li.item-8 .img {
    background-position: -350px 0;
}

.page-index .section-4 .list li.item-9 .img {
    background-position: -400px 0;
}

.page-index .section-4 .list li.item-10 .img {
    background-position: -453px 0;
}

.page-index .section-4 .list li h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.page-index .section-4 .list li p {
    font-size: 14px;
    color: #888;
    margin: 0 19px;
    line-height: 24px;
}

.page-index .section-4 .list li .btn-wrap {
    opacity: 0;
    transition: all .3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    padding-top: 26px;
}

.page-index .section-4 .list li .btn-wrap .btn-red {
    font-size: 14px;
    width: 95px;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(90deg, rgba(0, 144, 255, 1), rgba(1, 9, 174, 1));
}

.page-index .section-4 .list li .btn-wrap .btn-red-line {
    font-size: 14px;
    width: 93px;
    height: 34px;
    line-height: 34px;
    border-radius: 0;
}

.page-index .section-4 .list li .btn-wrap .btn-red:hover {
    opacity: .9;
}

.page-index .section-4 .list li .btn-wrap .btn-red-line:hover {
    
}

.page-index .section-4 .list li:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.page-index .section-4 .list li:hover .img {
    margin-top: -32px;
    opacity: 0;
}

.page-index .section-4 .list li:hover .btn-wrap {
    opacity: 1;
}

/*.page-index .section-5{ background:linear-gradient(0deg,rgba(235,242,251,1),rgba(247,249,252,1)); padding-bottom: 70px;}
.page-index .section-5 .section-title{ margin-bottom: 0; }
.page-index .section-5 .section-title p{ margin: 0 109px 26px; }
.page-index .section-5 .img{ height: 534px; background: url(../images/5f-img.png) no-repeat center top; }*/

.page-index .section-5-1 {
    padding-bottom: 20px;
}

.page-index .section-5-1 .list {
    margin: 0 -19px;
}

.page-index .section-5-1 .list li {
    float: left;
    width: 380px;
    height: 243px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #EEEEEE;
    margin: 0 15px 20px;
}

.page-index .section-5-1 .list li .img {
    width: 64px;
    height: 64px;
    margin: 30px auto 25px;
    background: url(../images/5-1f-icon.png) no-repeat;
    transition: all .3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.page-index .section-5-1 .list li.item-1 .img {
    background-position: -0px 0;
}

.page-index .section-5-1 .list li.item-2 .img {
    background-position: -74px 0;
}

.page-index .section-5-1 .list li.item-3 .img {
    background-position: -148px 0;
}

.page-index .section-5-1 .list li.item-4 .img {
    background-position: -222px 0;
}

.page-index .section-5-1 .list li.item-5 .img {
    background-position: -296px 0;
}

.page-index .section-5-1 .list li.item-6 .img {
    background-position: -370px 0;
}

.page-index .section-5-1 .list li h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.page-index .section-5-1 .list li p {
    font-size: 14px;
    color: #888;
    margin: 0 19px;
    line-height: 24px;
}

.page-index .section-5-1 .list li .btn-wrap {
    opacity: 0;
    transition: all .3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    padding-top: 26px;
}

.page-index .section-5-1 .list li .btn-wrap .btn-red {
    font-size: 14px;
    width: 95px;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(90deg, rgba(249, 31, 40, 1), rgba(254, 77, 45, 1));
}

.page-index .section-5-1 .list li .btn-wrap .btn-red-line {
    font-size: 14px;
    width: 93px;
    height: 34px;
    line-height: 34px;
    border-radius: 0;
}

.page-index .section-5-1 .list li .btn-wrap .btn-red:hover {
    opacity: .9;
}

.page-index .section-5-1 .list li .btn-wrap .btn-red-line:hover {
    background: #fff5f3;
}

.page-index .section-5-1 .list li:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.page-index .section-5-1 .list li:hover .img {
    margin-top: -32px;
    opacity: 0;
}

.page-index .section-5-1 .list li:hover .btn-wrap {
    opacity: 1;
}

.page-index .section-6 {
    padding-bottom: 0;
}

.page-index .section-6 .swiper-container {
    padding-top: 91px;
    width: 2900px;
    margin-left: -850px;
}

.page-index .section-6 .swiper-slide {
    height: 913px;
    height: 371px;
    background: #fff;
    opacity: .5;
    transition: all .2s;
}

.page-index .section-6 .swiper-slide .img {
    width: 478px;
    height: 371px;
    float: left;
}

.page-index .section-6 .swiper-slide.slide-1 .img {
    background: url(../images/6f-img1.jpg) no-repeat center top;
}

.page-index .section-6 .swiper-slide.slide-2 .img {
    background: url(../images/6f-img2.jpg) no-repeat center top;
}

.page-index .section-6 .swiper-slide.slide-3 .img {
    background: url(../images/6f-img3.jpg) no-repeat center top;
}

.page-index .section-6 .swiper-slide.slide-4 .img {
    background: url(../images/6f-img4.jpg) no-repeat center top;
}

.page-index .section-6 .swiper-slide.slide-5 .img {
    background: url(../images/6f-img5.jpg) no-repeat center top;
}

.page-index .section-6 .swiper-slide .info {
    margin-left: 478px;
    padding: 35px 40px 0;
}

.page-index .section-6 .swiper-slide .info h3 {
    font-size: 24px;
    margin-bottom: 22px;
}

.page-index .section-6 .swiper-slide .info p {
    font-size: 14px;
    color: #888;
    line-height: 25px;
    height: 180px;
}

.page-index .section-6 .swiper-slide .info .btn-red {
    font-size: 16px;
    width: 150px;
    height: 44px;
    line-height: 44px;
    background: linear-gradient(90deg, rgba(249, 31, 40, 1), rgba(254, 77, 45, 1));
}

.page-index .section-6 .swiper-slide .info .btn-red:hover {
    opacity: .85;
}

.page-index .section-6 .swiper-slide-active {
    opacity: 1;
}

.page-index .section-6 .swiper-button {
    width: 65px;
    height: 65px;
    background: #fff center no-repeat;
    border-radius: 100%;
    margin-top: 10px;
    opacity: .8;
    transition: all .2s;
}

.page-index .section-6 .swiper-button-prev {
    left: 921px;
    background-image: url(../images/6f-icon-left.png);
}

.page-index .section-6 .swiper-button-next {
    right: 921px;
    background-image: url(../images/6f-icon-right.png);
}

.page-index .section-6 .swiper-button:hover {
    opacity: 1;
}

.page-index .section-6 .swiper-button-prev:hover {
    background-position: 22px center;
}

.page-index .section-6 .swiper-button-next:hover {
    background-position: 26px center;
}

.page-index .section-6 .swiper-container-horizontal > .swiper-pagination {
    width: 1050px;
    left: 50%;
    margin-left: -525px;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    bottom: auto;
    top: 0;
}

.page-index .section-6 .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    width: 210px;
    height: 46px;
    margin: 0;
    background: transparent;
    opacity: .5;
    color: #fff;
    transition: all .2s;
    position: relative;
}

.page-index .section-6 .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet:after {
    content: '';
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -50px;
    background: linear-gradient(90deg, rgba(249, 31, 40, 1), rgba(254, 77, 45, 1));
    opacity: 0;
    transition: all .2s;
}

.page-index .section-6 .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.page-index .section-6 .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet-active:after {
    opacity: 1;
}

.page-index .section-6-1 {
    background: #F7F9FC;
    padding: 22px 0;
}

.page-index .section-6-1 .l-title {
    width: 72px;
    height: 78px;
    float: left;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
}

.page-index .section-6-1 .l-title p:first-child {
    margin-top: 14px;
}

.page-index .section-6-1 .list {
    margin-left: 100px;
}

.page-index .section-6-1 .list li {
    float: left;
    width: 134px;
    height: 44px;
    background: #fff;
    margin-right: 10px;
    padding: 18px;
    transition: all .2s;
}

.page-index .section-6-1 .list li .img {
    width: 44px;
    height: 44px;
    float: left;
    background: url(../images/6f-icon.png) no-repeat;
}

.page-index .section-6-1 .list li.item-1 .img {
    background-position: 0 0;
}

.page-index .section-6-1 .list li.item-2 .img {
    background-position: -54px 0;
}

.page-index .section-6-1 .list li.item-3 .img {
    background-position: -108px 0;
}

.page-index .section-6-1 .list li.item-4 .img {
    background-position: -162px 0;
}

.page-index .section-6-1 .list li.item-5 .img {
    background-position: -216px 0;
}

.page-index .section-6-1 .list li.item-6 .img {
    background-position: -270px 0;
}

.page-index .section-6-1 .list li .text {
    margin-left: 61px;
    font-size: 16px;
    line-height: 22px;
}

.page-index .section-6-1 .list li:hover {
    box-shadow: 0px 15px 30px 0px rgba(74, 74, 101, 0.13);
}

.page-index .section-7 .list {
    margin-right: -20px;
}

.page-index .section-7 .list li {
    width: 240px;
    height: 152px;
    float: left;
    margin-right: 78px;
    margin-bottom: 13px;
}

.page-index .section-7 .list li:nth-child(4n) {
    margin-right: 0;
}

.page-index .section-7 .list li .img {
    width: 62px;
    height: 62px;
    margin-bottom: 13px;
    background: url(../images/7f-icon.png) no-repeat;
}

.page-index .section-7 .list li.item-1 .img {
    background-position: 0 0;
}

.page-index .section-7 .list li.item-2 .img {
    background-position: -62px 0;
}

.page-index .section-7 .list li.item-3 .img {
    background-position: -126px 0;
}

.page-index .section-7 .list li.item-4 .img {
    background-position: -189px 0;
}

.page-index .section-7 .list li.item-5 .img {
    background-position: -252px 0;
}

.page-index .section-7 .list li.item-6 .img {
    background-position: -315px 0;
}

.page-index .section-7 .list li.item-7 .img {
    background-position: -378px 0;
}

.page-index .section-7 .list li.item-8 .img {
    background-position: -441px 0;
}

.page-index .section-7 .list li h3 {
    font-size: 20px;
    margin-bottom: 4px;
}

.page-index .section-7 .list li p {
    font-size: 16px;
    color: #888;
}

.page-index .section-7-1 {
    background: #F7F9FC;
}

.page-index .section-7-1 .section-title {
    margin-bottom: 11px;
}

.page-index .section-7-1 .hd {
    padding-bottom: 16px;
}

.page-index .section-7-1 .hd ul li {
    float: left;
    cursor: pointer;
    width: 200px;
    position: relative;
    text-align: center;
    line-height: 88px;
    font-size: 16px;
    border-bottom: 1px solid #DFDFE6;
}

.page-index .section-7-1 .hd ul li.on {
    color: #F92128;
}

.page-index .section-7-1 .hd ul li.on:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -1px;
    background: #F92128;
}

.page-index .section-7-1 .bd {
    height: 450px;
    background: url(../images/7-1f-bg.jpg) no-repeat center top;
}

.page-index .section-7-1 .bd .container {
    padding-top: 77px;
}

.page-index .section-7-1 .bd .img {
    width: 564px;
    height: 337px;
    float: left;
}

.page-index .section-7-1 .bd .item-1 .img {
    background: url(../images/7-1f-img1.png) no-repeat center top;
}

.page-index .section-7-1 .bd .item-2 .img {
    background: url(../images/7-1f-img2.png) no-repeat center top;
}

.page-index .section-7-1 .bd .item-3 .img {
    background: url(../images/7-1f-img3.png) no-repeat center top;
}

.page-index .section-7-1 .bd .item-4 .img {
    background: url(../images/7-1f-img4.png) no-repeat center top;
}

.page-index .section-7-1 .bd .item-5 .img {
    background: url(../images/7-1f-img5.png) no-repeat center top;
}

.page-index .section-7-1 .bd .item-6 .img {
    background: url(../images/7-1f-img6.png) no-repeat center top;
}

.page-index .section-7-1 .bd .info {
    color: #fff;
    margin-left: 594px;
}

.page-index .section-7-1 .bd .info h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 11px;
}

.page-index .section-7-1 .bd .info p {
    font-size: 16px;
    margin-bottom: 24px;
}

.page-index .section-7-1 .bd .info .fun-wrap {
    overflow: hidden;
    height: 155px;
}

.page-index .section-7-1 .bd .info .fun-wrap .fun-item {
    width: 138px;
    height: 38px;
    margin: 0 7px 7px 0;
    line-height: 38px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .3);
    float: left;
}

.page-index .section-7-1 .bd .info .btn-wrap a {
    font-size: 16px;
}

.page-index .section-7-2 {
    background: #F7F9FC;
    padding-bottom: 32px;
}

.page-index .section-7-2 .section-title {
    margin-bottom: 35px;
}

.page-index .section-7-2 .list li {
    float: left;
    width: 183px;
    height: 94px;
    margin: 0 28px 20px;
}

.page-index .section-7-2 .list li.item-1 {
    background: url(../images/7-2f-img1.png) no-repeat center;
}

.page-index .section-7-2 .list li.item-2 {
    background: url(../images/7-2f-img2.png) no-repeat center;
}

.page-index .section-7-2 .list li.item-3 {
    background: url(../images/7-2f-img3.png) no-repeat center;
}

.page-index .section-7-2 .list li.item-4 {
    background: url(../images/7-2f-img4.png) no-repeat center;
}

.page-index .section-7-2 .list li.item-5 {
    background: url(../images/7-2f-img5.png) no-repeat center;
}

.page-index .section-7-2 .list li.item-6 {
    background: url(../images/7-2f-img6.png) no-repeat center;
}

.page-index .section-7-2 .list li.item-7 {
    background: url(../images/7-2f-img7.png) no-repeat center;
}

.page-index .section-7-2 .list li.item-8 {
    background: url(../images/7-2f-img8.png) no-repeat center;
}

.page-index .section-7-2 .list li.item-9 {
    background: url(../images/7-2f-img9.png) no-repeat center;
}

.page-index .section-7-2 .list li.item-10 {
    background: url(../images/7-2f-img10.png) no-repeat center;
}

.page-index .section-8 {
    background: #F7F9FC;
}

.page-index .section-8 .section-title a {
    display: none;
}

.page-index .section-8 .list {
    margin-right: -19px;
    margin-top: -30px;
}

.page-index .section-8 .list li {
    float: left;
    width: 228px;
    height: 79px;
    cursor: pointer;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #EDEDED;
    margin: 0 12px 9px 0;
}

.page-index .section-8 .list li.item-1 {
    background-image: url(../images/7-logo01.png);
}

.page-index .section-8 .list li.item-2 {
    background-image: url(../images/7-logo02.png);
}

.page-index .section-8 .list li.item-3 {
    background-image: url(../images/7-logo03.png);
}

.page-index .section-8 .list li.item-4 {
    background-image: url(../images/7-logo04.png);
}

.page-index .section-8 .list li.item-5 {
    background-image: url(../images/7-logo05.png);
}

.page-index .section-8 .list li.item-6 {
    background-image: url(../images/7-logo06.png);
}

.page-index .section-8 .list li.item-7 {
    background-image: url(../images/7-logo07.png);
}

.page-index .section-8 .list li.item-8 {
    background-image: url(../images/7-logo08.png);
}

.page-index .section-8 .list li.item-9 {
    background-image: url(../images/7-logo09.png);
}

.page-index .section-8 .list li.item-10 {
    background-image: url(../images/7-logo10.png);
}

.page-index .section-8 .list li.item-11 {
    background-image: url(../images/7-logo11.png);
}

.page-index .section-8 .list li.item-12 {
    background-image: url(../images/7-logo12.png);
}

.page-index .section-8 .list li.item-13 {
    background-image: url(../images/7-logo13.png);
}

.page-index .section-8 .list li.item-14 {
    background-image: url(../images/7-logo14.png);
}

.page-index .section-8 .list li.item-15 {
    background-image: url(../images/7-logo15.png);
}

.page-index .section-8 .list li.item-16 {
    background-image: url(../images/7-logo16.png);
}

.page-index .section-8 .list li.item-17 {
    background-image: url(../images/7-logo17.png);
}

.page-index .section-8 .list li.item-18 {
    background-image: url(../images/7-logo18.png);
}

.page-index .section-8 .list li.item-19 {
    background-image: url(../images/7-logo19.png);
}

.page-index .section-8 .list li.item-20 {
    background-image: url(../images/7-logo20.png);
}

.page-index .section-8 .list li:hover {
    box-shadow: 0px 1px 30px rgba(0, 0, 0, .1)
}

.page-index .section-8-1 .list {
    margin-right: -30px;
}

.page-index .section-8-1 .section-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

.page-index .section-8-1 .list li {
    width: 340px;
    float: left;
    border: 1px solid #E6E6E6;
    background: #fff;
    margin-right: 30px;
    padding: 28px 19px;
}

.page-index .section-8-1 .list li h3 {
    font-size: 20px;
    text-align: center;
}

.page-index .section-8-1 .list li h3:after {
    content: '';
    display: block;
    width: 22px;
    height: 3px;
    background: #0163ae;
    margin: 15px auto 20px;
}

.page-index .section-8-1 .list li dl {
    margin-bottom: 20px;
}

.page-index .section-8-1 .list li dl dt {
    position: relative;
    height: 183px;
    margin-bottom: 14px;
    overflow: hidden;
}

.page-index .section-8-1 .list li dl dt .title {
    position: absolute;
    z-index: 2;
    font-size: 18px;
    color: #fff;
    bottom: 10px;
    left: 10px;
    right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
    line-height: 25px;
}

.page-index .section-8-1 .list li dl dt .cover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 80px;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.page-index .section-8-1 .list li dl dt img {
    width: 340px;
    height: 183px;
    transition: all .2s;
}

.page-index .section-8-1 .list li dl dt:hover img {
    transform: scale(1.06);
}

.page-index .section-8-1 .list li dl dd {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-index .section-8-1 .list li .l-btn {
    width: 126px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    transition: all .2s;
    text-align: center;
        color: #0163ae;
    border: 1px solid #0163ae;
    display: block;
    margin: 0 auto;
}

.page-index .section-8-1 .list li .l-btn:hover {
    color: #fff;
    background: #0163ae;
}

.page-index .section-9 {
    height: 180px;
    background: url(../images/9f-bg.jpg) no-repeat center top;
}


.page-index .section-9 .list {
    padding-top: 39px;
}

.page-index .section-9 .list li {
    height: 109px;
    float: left;
    width: 190px;
    position: relative;
    padding-left: 110px;
    color: #fff;
}

.page-index .section-9 .list li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, .1);
}

.page-index .section-9 .list li:last-child:after {
    display: none;
}

.page-index .section-9 .list li p {
    font-size: 16px;
}

.page-index .section-9 .list li p:before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 9px 0 15px;
}

.page-index .section-9 .list li .num {
    font-size: 40px;
}

.page-index .section-9 .list li .num .s-num {
    display: inline-block;
    height: 60px;
    overflow: hidden;
    vertical-align: bottom;
    line-height: 60px;
    padding-right: 15px;
}

.page-index .section-9 .list li .num .s-num .index-num {
    width: 28px;
    height: 36px;
    transition: all 2.5s;
    margin-top: 10px;
    margin-right: -15px;
    opacity: 1;
    display: inline-block;
    background: url(../images/09-number.png) no-repeat;
    filter: alpha(opacity=100);
}

.page-index .section-9 .list li .num .s-num .index-num.active {
    background-position: 2px -660px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.page-index .section-9 .list li .num .s-num .index-num-0 {
    background-position: 2px 1px
}

.page-index .section-9 .list li .num .s-num .index-num-1 {
    background-position: 2px -41px
}

.page-index .section-9 .list li .num .s-num .index-num-2 {
    background-position: 2px -83px
}

.page-index .section-9 .list li .num .s-num .index-num-3 {
    background-position: 3px -125px
}

.page-index .section-9 .list li .num .s-num .index-num-4 {
    background-position: 2px -167px
}

.page-index .section-9 .list li .num .s-num .index-num-5 {
    background-position: 2px -210px
}

.page-index .section-9 .list li .num .s-num .index-num-6 {
    background-position: 2px -253px
}

.page-index .section-9 .list li .num .s-num .index-num-7 {
    background-position: 2px -295px
}

.page-index .section-9 .list li .num .s-num .index-num-8 {
    background-position: 2px -337px
}

.page-index .section-9 .list li .num .s-num .index-num-9 {
    background-position: 2px -380px
}

.page-index .section-10 {
    background: #F7F9FC;
}

.page-index .section-10 .container {
    padding-bottom: 0;
}

.page-index .section-10 .s-l {
    float: left;
    width: 132px;
    font-size: 16px;
    line-height: 100px;
    margin-left: 25px;
}

.page-index .section-10 .s-l img {
    vertical-align: middle;
}

.page-index .section-10 .list {
    float: left;
}

.page-index .section-10 .list li {
    float: left;
    width: 189px;
    height: 100px;
    font-size: 14px;
    padding-left: 64px;
}

.page-index .section-10 .list li h3 {
    margin-top: 27px;
    margin-bottom: 3px;
}

.page-index .section-10 .list li h3:before {
    content: '';
    width: 20px;
    height: 14px;
    display: inline-block;
    margin-left: -30px;
    margin-right: 10px;
    background: url(../images/10f-icon.png) no-repeat left top;
    vertical-align: -3px;
}

.page-index .section-10 .list li p {
    color: #888;
}

.page-index .section-10 .list li:hover {
    background: #fff;
}

.page-index .section-10 .list li:hover h3:before {
    background-position: right 2px top;
}

.page-index .section-10 .s-r {
    float: left;
    padding: 23px 0 0 79px;
}

.page-index .section-10 .s-r a i {
    width: 18px;
    height: 16px;
    display: inline-block;
    background: url(../images/10-icon.png) no-repeat center;
    vertical-align: -2px;
    margin-right: 10px;
}

/*楼层*/
.page-index .section-1 {
    height: 170px;
}

.page-index .section-1 .items {
    overflow: hidden;
}

.page-index .section-1 .items li {
    float: left;
    width: 20%;
    text-align: center;
    padding-top: 18px;
}

.page-index .section-1 .items li a {
    overflow: visible;
    display: block;
}

.page-index .section-1 .items li .img {
    display: block;
    transition: all .4s ease-in-out;
    width: 59px;
    height: 68px;
    margin: 0 auto;
}

.page-index .section-1 .items li h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding-top: 13px;
}

.page-index .section-1 .items li h3:hover {
    color: #0090ff;
}

.page-index .section-1 .items li p {
    font-size: 14px;
    color: #888;
    padding-top: 4px;
}

.page-index .section-1 .items li.item-1 .img {
    background: url(../images/00-icon-01.png) no-repeat;
}

.page-index .section-1 .items li.item-2 .img {
    background: url(../images/00-icon-02.png) no-repeat;
}

.page-index .section-1 .items li.item-3 .img {
    background: url(../images/00-icon-03.png) no-repeat;
}

.page-index .section-1 .items li.item-4 .img {
    background: url(../images/00-icon-04.png) no-repeat;
}

.page-index .section-1 .items li.item-5 .img {
    background: url(../images/00-icon-05.png) no-repeat;
}

.page-index .section-1 .items li:hover .img {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.page-index .section-1 .items li .footer_img {
    background: url(../images/00-icon-bottom.png) no-repeat;
    display: block;
    transition: all .4s ease-in-out;
    width: 70px;
    height: 76px;
    margin: -36px auto;
    position: relative;
    z-index: -1;
}

.page-index .section-2 .items {
    width: 1300px;
}

.page-index .section-2 .section-title h2 {
    font-size: 36px;
    margin-bottom: 25px;
}

.page-index .section-2 .items .item {
    pointer-events: auto;
    width: 285px;
    height: 460px;
    margin-right: 20px;
    background-color: #fff;
    border-radius: 5px;
    float: left;
    position: relative;
    top: 0;
}

.page-index .section-2 .items .item:hover {
    transform: scale(1.05);
}

.page-index .section-2 .items .item:nth-child(n2+0) {
    right: 20px;
}

.page-index .section-2 .items .item:last-child {
    margin-right: 0;
}

.page-index .section-2 .items .item .product-min {
    width: 285px;
    height: 458px;
    z-index: 5;
    position: absolute;
    opacity: 1;
    background-color: #fff;
}

.page-index .section-2 .items .item:nth-child(1) .top {
    width: 100%;
    height: 90px;
    background: url(../images/1f-bg-h90-01.png) no-repeat;
    border-radius: 5px 5px 0 0;
    padding: 20px;
    box-sizing: border-box;
}

.page-index .section-2 .items .item:nth-child(2) .top {
    width: 100%;
    height: 90px;
    background: url(../images/1f-bg-h90-02.png) no-repeat;
    border-radius: 5px 5px 0 0;
    padding: 20px;
    box-sizing: border-box;
}

.page-index .section-2 .items .item:nth-child(3) .top {
    width: 100%;
    height: 90px;
    background: url(../images/1f-bg-h90-03.png) no-repeat;
    border-radius: 5px 5px 0 0;
    padding: 20px;
    box-sizing: border-box;
}

.page-index .section-2 .items .item:nth-child(4) .top {
    width: 100%;
    height: 90px;
    background: url(../images/1f-bg-h90-04.png) no-repeat;
    border-radius: 5px 5px 0 0;
    padding: 20px;
    box-sizing: border-box;
}

.page-index .section-2 .items .item .top h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.page-index .section-2 .items .item .top p {
    font-size: 14px;
    color: #cdd1ff;
}

.page-index .section-2 .items .item .con {
    padding: 10px 0 0 16px;
}

.page-index .section-2 .items .item .con .dl {
    height: 91px;
    padding: 23px 20px;
    box-sizing: border-box;
    transition: all .4s ease-in-out;
    cursor: pointer;
    position: relative;
}

.page-index .section-2 .items .item .con .dl .ms-btn {
        width: 80px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 15px 0px rgba(0, 144, 255, 0.1);
    border-radius: 2px;
    color: #0090ff;
    display: none;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 14px;
}

.page-index .section-2 .items .item .con .dl .ms-btn:hover {
    color: #fff;
    background: linear-gradient(90deg, #0090ff, #0163ae);
}

.page-index .section-2 .items .item .con .dt {
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    color: #333;
    position: relative;
    margin-bottom: 4px;
}

.page-index .section-2 .items .item .con .dt i {
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    background-color: #0090ff;
    top: 10px;
    left: -18px;
}

.page-index .section-2 .items .item .con .dd {
    font-size: 14px;
    color: #888888;
}

.page-index .section-2 .items .item .con .last {
    display: none;
}

.page-index .section-2 .items .item .con .hover {
    height: 116px;
    background: url(../images/1f-hover.png) no-repeat;
    background-position-x: 100%;
}

.page-index .section-2 .items .item .con .hover .last {
    display: block;
}

.page-index .section-2 .items .item .con .hover .ms-btn {
    display: block;
}

.page-index .section-2 .items .item .bot {
    padding: 15px 20px;
    position: relative;
    margin-top: 10px;
}

.page-index .section-2 .items .item .bot a {
    display: block;
    overflow: hidden;
}

.page-index .section-2 .items .item .bot .text {
    color: #0090ff;
    font-size: 14px;
    float: left;
}

.page-index .section-2 .items .item .bot .more {
    float: right;
    width: 5px;
    height: 8px;
    background: url(../images/1f-icon-right.png) no-repeat;
    margin: 7px 0 0 0;
    transition: all .4s ease-in-out;
}

.page-index .section-2 .items .item .bot:after {
    content: '';
    position: absolute;
    height: 1px;
    left: 20px;
    right: 18px;
    background-color: #EEEEEE;
    top: 0;
}

.page-index .section-2 .items .item .bot:hover .more {
    margin-right: 10px;
}

.page-index .section-2 .items .item .product-max {
    width: 307px;
    height: 488px;
    z-index: 2;
    position: relative;
    box-shadow: 0px 20px 49px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    background-color: #fff;
}

.page-index .section-2 .items .item:nth-child(1) .product-max .top {
    width: 100%;
    height: 100px;
    background: url(../images/1f-bg-h100-01.png) no-repeat;
}

.page-index .section-2 .items .item:nth-child(2) .product-max .top {
    width: 100%;
    height: 100px;
    background: url(../images/1f-bg-h100-02.png) no-repeat;
}

.page-index .section-2 .items .item:nth-child(3) .product-max .top {
    width: 100%;
    height: 100px;
    background: url(../images/1f-bg-h100-03.png) no-repeat;
}

.page-index .section-2 .items .item:nth-child(4) .product-max .top {
    width: 100%;
    height: 100px;
    background: url(../images/1f-bg-h100-04.png) no-repeat;
}

.page-index .section-2 .items .item .product-max .con {
    padding-top: 20px;
}

.page-index .section-2 .items .item .product-max .con .hover {
    background: url(../images/1f-hover-big.png) no-repeat;
}

.page-index .section-2 .items .item .product-max .bot {
    margin-top: 20px;
}


.page-index .section-3 .section-title span {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

.page-index .section-3 .list li {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 70px;
}

.page-index .section-3 .list li:nth-child(n+5) {
    margin-bottom: 0;
}

.page-index .section-3 .list li i {
    width: 104px;
    height: 84px;
    display: block;
    margin: 0 auto;
}

.page-index .section-3 .list li.item-1 i {
    background: url(../images/2f-icon1.png) no-repeat;
}

.page-index .section-3 .list li.item-2 i {
    background: url(../images/2f-icon2.png) no-repeat;
}

.page-index .section-3 .list li.item-3 i {
    background: url(../images/2f-icon3.png) no-repeat;
}

.page-index .section-3 .list li.item-4 i {
    background: url(../images/2f-icon4.png) no-repeat;
}

.page-index .section-3 .list li.item-5 i {
    background: url(../images/2f-icon5.png) no-repeat;
}

.page-index .section-3 .list li.item-6 i {
    background: url(../images/2f-icon6.png) no-repeat;
}

.page-index .section-3 .list li.item-7 i {
    background: url(../images/2f-icon7.png) no-repeat;
}

.page-index .section-3 .list li.item-8 i {
    background: url(../images/2f-icon8.png) no-repeat;
}

.page-index .section-3 .list li h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin: 20px 0 10px;
}

.page-index .section-3 .list li p {
    font-size: 14px;
    color: #888;
}

.page-index .section-5 {
    width: 100%;
    background: url(../images/3f-img1.jpg) no-repeat;
    height: 785px;
}

.page-index .section-5 .bg_img1 {
    position: absolute;
    width: 100%;
    background: url(../images/3f-img1.jpg) no-repeat;
    z-index: -1;
}

.page-index .section-5 .bg_img {
    position: absolute;
    width: 100%;
    background: url(../images/3f-img1.jpg) no-repeat;
}

.page-index .section-5 .content {
    width: 1200px;
    margin: 0 auto;
}

.page-index .section-5 .bd {
    float: right;
    width: 996px;
    color: #fff;
}

.page-index .section-5 .bd li:first-child {
    display: block;
}

.page-index .section-5 .bd li {
    height: 545px;
    display: none;
}

.page-index .section-5 .bd li .top {
    width: 985px;
    box-sizing: border-box;
    padding: 20px 30px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, .2);
    height: 152px;
    position: relative;
}

.page-index .section-5 .bd li .top .title {
    overflow: hidden;
}

.page-index .section-5 .bd li .top .title h3 {
    float: left;
    font-weight: bold;
    font-size: 24px;
    line-height: 44px;
}

.page-index .section-5 .bd li .top .title .btn-warp {
    float: right;
}

.page-index .section-5 .bd li .top .title .btn-warp .btn {
    height: 42px;
    line-height: 42px;
    width: 128px;
    border: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, 1);
    float: left;
    text-align: center;
    font-size: 14px;
    margin-left: 10px;
}

.page-index .section-5 .bd li .top .title .btn-warp .btn-redb {
    border: 0;
    height: 44px;
    line-height: 44px;
    background: linear-gradient(90deg, #0090ff, #0163ae);
}

.page-index .section-5 .bd li .top p {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
}

.page-index .section-5 .bd li .items {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.page-index .section-5 .bd li .items:after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgb(255, 255, 255, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.page-index .section-5 .bd li .items .item {
    float: left;
    width: 166px;
    text-align: center;
    padding: 50px 0;
}

.page-index .section-5 .bd li .items .item i {
    width: 48px;
    height: 48px;
    display: inline-block;
}

.page-index .section-5 .bd li .item p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.page-index .section-5 .bd li .anli .item {
    float: left;
    width: 185px;
    height: 70px;
    margin-right: 80px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: #fff;
    line-height: 70px;
}

.page-index .section-5 .bd li .anli .item:last-child {
    margin-right: 0;
}

.page-index .section-5 .bd li .anli .item .img {
    position: relative;
    z-index: 1;
    height: 70px;
}

.page-index .section-5 .bd li:nth-child(1) .anli .item1 .img {
    background: url(../images/5f-part01-logo-1.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(1) .anli .item2 .img {
    background: url(../images/5f-part01-logo-2.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(1) .anli .item3 .img {
    background: url(../images/5f-part01-logo-3.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(1) .anli .item4 .img {
    background: url(../images/5f-part01-logo-4.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(2) .anli .item1 .img {
    background: url(../images/5f-part02-logo-1.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(2) .anli .item2 .img {
    background: url(../images/5f-part02-logo-2.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(2) .anli .item3 .img {
    background: url(../images/5f-part02-logo-3.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(2) .anli .item4 .img {
    background: url(../images/5f-part02-logo-4.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(3) .anli .item1 .img {
    background: url(../images/5f-part03-logo-1.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(3) .anli .item2 .img {
    background: url(../images/5f-part03-logo-2.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(3) .anli .item3 .img {
    background: url(../images/5f-part03-logo-3.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(3) .anli .item4 .img {
    background: url(../images/5f-part03-logo-4.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(4) .anli .item1 .img {
    background: url(../images/5f-part04-logo-1.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(4) .anli .item2 .img {
    background: url(../images/5f-part04-logo-2.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(4) .anli .item3 .img {
    background: url(../images/5f-part04-logo-3.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(4) .anli .item4 .img {
    background: url(../images/5f-part04-logo-4.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(5) .anli .item1 .img {
    background: url(../images/5f-part05-logo-1.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(5) .anli .item2 .img {
    background: url(../images/5f-part05-logo-2.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(5) .anli .item3 .img {
    background: url(../images/5f-part05-logo-3.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(5) .anli .item4 .img {
    background: url(../images/5f-part05-logo-4.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(6) .anli .item1 .img {
    background: url(../images/5f-part06-logo-1.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(6) .anli .item2 .img {
    background: url(../images/5f-part06-logo-2.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(6) .anli .item3 .img {
    background: url(../images/5f-part06-logo-3.jpg) no-repeat;
}

.page-index .section-5 .bd li:nth-child(6) .anli .item4 .img {
    background: url(../images/5f-part06-logo-4.jpg) no-repeat;
}

.page-index .section-5 .bd li .anli .item .text {
    width: 100%;
    height: 70px;
    color: #0090ff;
    text-align: center;
    background: rgba(255, 255, 255, .9);
    line-height: 70px;
    position: absolute;
    top: 70px;
    z-index: 2;
    font-size: 16px;
    transition: all .4s ease-in-out;
}

.page-index .section-5 .bd li .anli .item .text:after {
    content: '';
    width: 5px;
    height: 8px;
    background: url(../images/1f-icon-right.png) no-repeat;
    position: absolute;
    right: 50px;
    top: 30px;
}

.page-index .section-5 .bd li .anli .item:hover .text {
    top: 0;
}

.page-index .section-5 .bd li:nth-child(1) .item i {
    background: url(../images/5f-part01-icon.png) no-repeat;
}

.page-index .section-5 .bd li:nth-child(2) .item i {
    background: url(../images/5f-part02-icon.png) no-repeat;
}

.page-index .section-5 .bd li:nth-child(3) .item i {
    background: url(../images/5f-part03-icon.png) no-repeat;
}

.page-index .section-5 .bd li:nth-child(4) .item i {
    background: url(../images/5f-part04-icon.png) no-repeat;
}

.page-index .section-5 .bd li:nth-child(5) .item i {
    background: url(../images/5f-part05-icon.png) no-repeat;
}

.page-index .section-5 .bd li:nth-child(6) .item i {
    background: url(../images/5f-part06-icon.png) no-repeat;
}

.page-index .section-5 .bd li:nth-child(1) .item.item1 i {
    background-position: 0 0;
}

.page-index .section-5 .bd li:nth-child(1) .item.item2 i {
    background-position: -65px 0;
}

.page-index .section-5 .bd li:nth-child(1) .item.item3 i {
    background-position: -134px 0;
}

.page-index .section-5 .bd li:nth-child(1) .item.item4 i {
    background-position: -205px 0;
}

.page-index .section-5 .bd li:nth-child(1) .item.item5 i {
    background-position: -270px 0;
}

.page-index .section-5 .bd li:nth-child(1) .item.item6 i {
    background-position: -329px 0;
}

.page-index .section-5 .bd li:nth-child(2) .item i {
    width: 58px;
}

.page-index .section-5 .bd li:nth-child(2) .item.item1 i {
    background-position: 0 0;
}

.page-index .section-5 .bd li:nth-child(2) .item.item2 i {
    background-position: -65px 0;
}

.page-index .section-5 .bd li:nth-child(2) .item.item3 i {
    background-position: -131px 0;
}

.page-index .section-5 .bd li:nth-child(2) .item.item4 i {
    background-position: -194px 0;
}

.page-index .section-5 .bd li:nth-child(2) .item.item5 i {
    background-position: -259px 0;
}

.page-index .section-5 .bd li:nth-child(2) .item.item6 i {
    background-position: -321px 0;
}

.page-index .section-5 .bd li:nth-child(3) .item.item1 i {
    background-position: 0 0;
}

.page-index .section-5 .bd li:nth-child(3) .item.item2 i {
    background-position: -66px 0;
}

.page-index .section-5 .bd li:nth-child(3) .item.item3 i {
    background-position: -134px 0;
}

.page-index .section-5 .bd li:nth-child(3) .item.item4 i {
    background-position: -203px 0;
}

.page-index .section-5 .bd li:nth-child(3) .item.item5 i {
    background-position: -270px 0;
}

.page-index .section-5 .bd li:nth-child(3) .item.item6 i {
    background-position: -335px 0;
}

.page-index .section-5 .bd li:nth-child(4) .item i {
    width: 52px;
}

.page-index .section-5 .bd li:nth-child(4) .item.item1 i {
    background-position: 0 0;
}

.page-index .section-5 .bd li:nth-child(4) .item.item2 i {
    background-position: -67px 0;
}

.page-index .section-5 .bd li:nth-child(4) .item.item3 i {
    background-position: -130px 0;
}

.page-index .section-5 .bd li:nth-child(4) .item.item4 i {
    background-position: -194px 0;
}

.page-index .section-5 .bd li:nth-child(4) .item.item5 i {
    background-position: -258px 0;
}

.page-index .section-5 .bd li:nth-child(4) .item.item6 i {
    background-position: -326px 0;
}

.page-index .section-5 .bd li:nth-child(5) .item i {
    width: 54px;
}

.page-index .section-5 .bd li:nth-child(5) .item.item1 i {
    background-position: 0 0;
}

.page-index .section-5 .bd li:nth-child(5) .item.item2 i {
    background-position: -65px 0;
}

.page-index .section-5 .bd li:nth-child(5) .item.item3 i {
    background-position: -131px 0;
}

.page-index .section-5 .bd li:nth-child(5) .item.item4 i {
    background-position: -191px 0;
}

.page-index .section-5 .bd li:nth-child(5) .item.item5 i {
    background-position: -257px 0;
}

.page-index .section-5 .bd li:nth-child(5) .item.item6 i {
    background-position: -329px 0;
}

.page-index .section-5 .bd li:nth-child(6) .item i {
    width: 57px;
}

.page-index .section-5 .bd li:nth-child(6) .item.item1 i {
    background-position: 0 0;
}

.page-index .section-5 .bd li:nth-child(6) .item.item2 i {
    background-position: -73px 0;
}

.page-index .section-5 .bd li:nth-child(6) .item.item3 i {
    background-position: -142px 0;
}

.page-index .section-5 .bd li:nth-child(6) .item.item4 i {
    background-position: -207px 0;
}

.page-index .section-5 .bd li:nth-child(6) .item.item5 i {
    background-position: -275px 0;
}

.page-index .section-5 .bd li:nth-child(6) .item.item6 i {
    background-position: -345px 0;
}

.page-index .section-5 .hd {
    float: left;
    width: 204px;
}

.page-index .section-5 .hd ul {
    margin-top: 30px;
}

.page-index .section-5 .hd li {
    color: #999;
    font-size: 16px;
    padding-left: 60px;
    position: relative;
    margin-bottom: 50px;
}

.page-index .section-5 .hd li:hover {
    font-size: 18px;
    color: #fff;
}

.page-index .section-5 .hd li.on {
    font-size: 18px;
    color: #fff;
}

.page-index .section-5 .hd li.on:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: linear-gradient(90deg, #0090ff, #0163ae);
    left: 10px;
    top: 13px;
}

.page-index .section-6 .hd {
    width: 1110px;
    margin: 0 auto;
}

.page-index .section-6 .hd ul {
    width: 1140px;
}

.page-index .section-6 .hd li {
    float: left;
    width: 160px;
    height: 60px;
    margin: 0 30px 20px 0;
    position: relative;
    overflow: hidden;
}

.page-index .section-6 .hd li .img div {
    height: 60px;
}

.page-index .section-6 .hd li:nth-child(1) .img div {
    background: url(../images/5f-logo01.png) no-repeat;
}

.page-index .section-6 .hd li:nth-child(2) .img div {
    background: url(../images/5f-logo02.png) no-repeat;
}

.page-index .section-6 .hd li:nth-child(3) .img div {
    background: url(../images/5f-logo03.png) no-repeat;
}

.page-index .section-6 .hd li:nth-child(4) .img div {
    background: url(../images/5f-logo04.png) no-repeat;
}

.page-index .section-6 .hd li:nth-child(5) .img div {
    background: url(../images/5f-logo05.png) no-repeat;
}

.page-index .section-6 .hd li:nth-child(6) .img div {
    background: url(../images/5f-logo06.png) no-repeat;
}

.page-index .section-6 .hd li:nth-child(7) .img div {
    background: url(../images/5f-logo07.png) no-repeat;
}

.page-index .section-6 .hd li:nth-child(8) .img div {
    background: url(../images/5f-logo08.png) no-repeat;
}

.page-index .section-6 .hd li:nth-child(9) .img div {
    background: url(../images/5f-logo09.png) no-repeat;
}

.page-index .section-6 .hd li:nth-child(10) .img div {
    background: url(../images/5f-logo10.png) no-repeat;
}

.page-index .section-6 .hd li:nth-child(11) .img div {
    background: url(../images/5f-logo11.png) no-repeat;
}

.page-index .section-6 .hd li:nth-child(12) .img div {
    background: url(../images/5f-logo12.png) no-repeat;
}


.page-index .section-6 .hd li .img {
    position: relative;
    z-index: 2;
}

.page-index .section-6 .hd li .text {
    width: 158px;
    height: 58px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    top: 0px;
    z-index: 2;
    color: #0090ff;
    font-size: 16px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid #0090ff;
    font-weight: bold;
    display: none;
}

.page-index .section-6 .hd li.on .text, .page-index .section-6 .hd li:hover .text {
    display: block;
}

.page-index .section-6 .bd {
    margin-top: 50px;
}

.page-index .section-6 .bd ul,
.page-index .section-6 .bd li {
    height: 435px;
    overflow: hidden;
}

.page-index .section-6 .bd li .left {
    width: 50%;
    float: left;
    text-align: right;
    padding: 65px 30px;
    box-sizing: border-box;
    background: rgba(3, 85, 229, .2);
    height: 100%;
}

.page-index .section-6 .bd li .right {
    width: 50%;
    height: 100%;
    float: right;
    text-align: left;
    box-sizing: border-box;
    padding: 65px 50px;
}

.page-index .section-6 .bd li .right h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 40px;
}

.page-index .section-6 .bd li .right h3:after {
    content: '';
    width: 40px;
    height: 4px;
    background: linear-gradient(90deg, #0090ff, #0163ae);
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-index .section-6 .bd li .right .desc {
    margin-bottom: 20px;
}

.page-index .section-6 .bd li .right .desc h4 {
    font-size: 16px;
    color: #333;
    float: left;
    font-weight: bold;
}

.page-index .section-6 .bd li .right .desc i {
    width: 4px;
    height: 4px;
    background: #0090ff;
    float: left;
    margin: 8px 16px;
}

.page-index .section-6 .bd li .right .desc span {
    color: #888;
    font-size: 16px;
}

.page-index .section-6 .bd li .right .btn {
    background: linear-gradient(90deg, #0090ff, #0163ae);
    width: 130px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 40px 0 0 0;
}

.page-index .section-7 .container {
    position: relative;
}

.page-index .section-7 .banner_video {
    position: relative;
    margin-top: 0;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    min-height: 750px;
    background: url(../images/6f-bg.jpg);
}

.page-index .section-7 .banner_video .banner_text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    color: #fff;
}

.page-index .section-7 .banner_video .banner_text h4 {
    font-size: 54px;
    font-weight: bold;
    margin-top: 80px;
}

.page-index .section-7 .banner_video .banner_text h5 {
    font-size: 24px;
    margin-top: 50px;
}

.page-index .section-7 .banner_video .banner_text p {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    width: 600px;
    line-height: 2;
    margin-top: 20px;
}

.page-index .section-7 .banner_video .banner_text i {
    width: 140px;
    height: 140px;
    display: block;
    position: absolute;
    right: 30px;
    background: url(../images/6f-icon.png) no-repeat;
    z-index: 33;
    top: 200px;
    cursor: pointer;
}

.page-index .section-7 .banner_video .bot {
    position: absolute;
    width: 100%;
    z-index: 999;
    bottom: 50px;
    background: #fff;
    left: 0;
}

.page-index .section-7 .bot .container {
    margin: 0;
    float: right;
    padding-bottom: 0;
}

.page-index .section-7 .banner_video .bot .items {
    width: 980px;
    height: 188px;
    float: left;
}

.page-index .section-7 .banner_video .bot .items .item {
    float: left;
    width: 150px;
    text-align: center;
    margin: 0 20px;
}

.page-index .section-7 .banner_video .bot .items .item i {
    width: 57px;
    height: 48px;
    display: inline-block;
    margin: 30px auto 0;
}

.page-index .section-7 .banner_video .bot .items .item h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}

.page-index .section-7 .banner_video .bot .items .item p {
    color: #666;
    font-size: 16px;
    margin-top: 8px;
}

.page-index .section-7 .banner_video .bot .items .item-1 i {
    background: url(../images/6f-icon1.png) no-repeat;
}

.page-index .section-7 .banner_video .bot .items .item-2 i {
    background: url(../images/6f-icon2.png) no-repeat;
}

.page-index .section-7 .banner_video .bot .items .item-3 i {
    background: url(../images/6f-icon3.png) no-repeat;
}

.page-index .section-7 .banner_video .bot .items .item-4 i {
    background: url(../images/6f-icon4.png) no-repeat;
}

.page-index .section-7 .banner_video .bot .items .item-5 i {
    background: url(../images/6f-icon5.png) no-repeat;
}

.page-index .section-7 .banner_video .bot .more {
    width: 220px;
    height: 188px;
    float: left;
    background: linear-gradient(-23deg, rgba(0, 144, 255, 1), rgba(1, 99, 174, 1));
}

.page-index .section-7 .banner_video .bot .more a {
    display: block;
    margin: 15px;
    border: 1px solid rgba(255, 255, 255, .4);
    text-align: center;
    line-height: 158px;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
}

.page-index .section-7 .banner_video .bot .more a:hover {
    border: 1px solid rgba(255, 255, 255, .6);
    color: #fff
}

.page-index .section-8 .item {
    width: 264px;
    height: 180px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    float: left;
    margin-right: 30px;
    text-align: center;
    cursor: pointer;
}

.page-index .section-8 .item:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.page-index .section-8 .item i {
    width: 175px;
    height: 76px;
    display: block;
    margin: 30px auto 0;
}

.page-index .section-8 .item span {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    display: block;
    margin-top: 20px;
    position: relative;
}

.page-index .section-8 .item span:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: #0163ae;
    bottom: -33px;
    left: 112px;
}

.page-index .section-8 .item-1 i {
    background: url(../images/8f-logo1.png) no-repeat;
}

.page-index .section-8 .item-2 i {
    background: url(../images/8f-logo2.png) no-repeat;
}

.page-index .section-8 .item-3 i {
    background: url(../images/8f-logo3.png) no-repeat;
}

.page-index .section-8 .item-4 i {
    background: url(../images/8f-logo4.png) no-repeat;
}
